home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / rebotlog.zip / REBOTLOG.DOC next >
Text File  |  1991-01-07  |  4KB  |  81 lines

  1. *******************************************************************************
  2. *                        R E B ô T      L O G G E R                           *
  3. *                                                                             *
  4. *                             BY: Chris Sutton                                *
  5. *                                                                             *
  6. *                      Written in QuickBASIC (r) v4.5                         *
  7. *******************************************************************************
  8.  
  9. INTRODUCTION
  10.  
  11.     Hello!  Welcome to Rebôt Logger.  This program will record to one or
  12. more PCBoard compatible caller's log each time the system reboots.  This
  13. will work on multi-node system, also.  This program was written after a
  14. suggestion from Dave Schubert, SYSOP of The Casino EBBS, Hammonton, NJ
  15. (609)561-3377.  This program would have never been developed if it wasn't
  16. for him.
  17.  
  18.     This program should be put in your AUTOEXEC.BAT file.  The way to
  19. configure it is when you load, use a command line parameter "/SET".
  20. EXAMPLE: REBOTLOG /SET.  This will bring you into the setup mode.
  21.  
  22.  
  23. QUICK STARTUP PROCEDURE
  24.  
  25.     Setup syntax:           REBOTLOG /SET
  26.  
  27.         (File named REBOTLOG.SET will then be in the default directory
  28.         which will identify the location and file name log entry is
  29.         to appear in).        
  30.  
  31.     AUTOEXEC.BAT usage:     REBOTLOG
  32.  
  33.     Sample Output:
  34.  
  35. 01-02-91 (16:00) SYSTEM REBOOT AT 16:00:28                    
  36. **************************************************************
  37.  
  38.  
  39. INSTALLATION PROCEDURE
  40.  
  41.     Follow the directions.  The first question asks if you have a multi-node
  42. system.  Answer: (Y)es, (N)o, (Q)uit.  If you answer No, then it will prompt
  43. you for the name of your caller's log file.  Enter the name then press
  44. enter.  It will save it then exit.  If you answer Yes, then it will give you
  45. a couple of options.  the first one is called "A"dd a filename.  The next on
  46. is "E"dit.  This will allow you to edit an existing path.  Just enter the
  47. node number.  Then there is "Q"uit again.  SELF-EXPLANATORY.  Ok.. After
  48. setting it up, you can run it.  To run it, just type REBOTLOG.  NO
  49. PARAMETERS.  It will write a message then exit.  That's it.  ENJOY!
  50.  
  51.  
  52. UPDATE HISTORY
  53.  
  54. 1.00  01/07/90  REBOTLOG.EXE    44972 bytes
  55.         Initial release. Output to one or more PCBoard compatible
  56.         callers log file(s) 62 columns wide.
  57.  
  58.  
  59. LICENSE
  60.       
  61.     This program is released as SHAREWARE/PUBLIC DOMAIN.  There is NO
  62. mandatory fee of registration, but if you would like to send me something,
  63. then I won't turn it away.  If you would like to send me something, please
  64. call one of the following addresses and leave a message to "Chris Sutton".
  65.  
  66.                    The Shore Connection    (609) 822-2404
  67.                    The Shore Connection II (609) 383-9439
  68.                    The Casino EBBS         (609) 561-3377
  69.  
  70.     If you don't want to send something, then please call anyway and leave
  71. me a message with any suggestions, ideas, or good/bad comments.  Please also
  72. tell me what state you are in so I know how far it has gotten.  Thanks.
  73. Also, if you have any questions, you can call those boards above also.
  74. Thank you!
  75.  
  76.                                                 Chris Sutton
  77.                                                --- AUTHOR ---
  78.  
  79. PCBoard is a trademark of Clark Development Co.
  80. QuickBasic is a trademark of Microsoft Corp.
  81.